 
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
 
 
 
 /*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: right;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;

	background: #0093d5; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTNkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdhYjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #0093d5 0%, #2989d8 48%, #007ab0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0093d5), color-stop(48%,#2989d8), color-stop(100%,#007ab0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0093d5 0%,#2989d8 48%,#007ab0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0093d5 0%,#2989d8 48%,#007ab0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0093d5 0%,#2989d8 48%,#007ab0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0093d5 0%,#2989d8 48%,#007ab0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0093d5', endColorstr='#007ab0',GradientType=0 ); /* IE6-8 */

	
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
 
 .owl-pagination {
 display:none;
 }
 
 .PlistFhzpic {
 float:left;
 margin-right:10px;
 }
 
 .PlistFhztitel {
 font-size:13px;
 }
 
 
.owl-buttons {
margin-top:-25px;

}
 
 
 
 
 
@media (max-width: 991px) { 

.PlistFhzpic {width:100%}

}
 
 
 
 
 
 
 
 
 
 
 
 
 
/* TEASER einzeln Aktuelles Angebot*/


/*

#prklist {
	clear: both;
	font-family:Arial,sans-serif;
font-size:11px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
line-height:12px;

}

.Plisttext
{
width: 100%;
padding-left: 0px;
font-weight: normal;
font-size: 11px;
margin-top:8px;
float:left;
	padding-left: 115px;
}

.Plisttext img
{
vertical-align:middle;
}

.PlistFhztitel
{
width:100%;
}
.Plistbeschtext
{
width:40%;
float:left;
}

.PlistFhz4 .Plistbeschtext
{
width:52%;
float:right;
padding:2px;
}


.Plistbutton
{
padding-top:2px;
padding-left:7px;

}


.PlistFhzpic {
	
	left: 88px;
	width: 80px;
	height: 60px;
	float: left;
}
.PlistFhz {
	width: 100%;
	height: 85px;
	clear: both;
	display: block;
overflow:hidden;
	position: relative;
	margin-bottom: 9px;
}

.PlistFhz3 {
	width: 100%;
	height: 61px;
	clear: both;
	display: block;
overflow:hidden;
	position: relative;
	margin-bottom: 9px;
}


.PlistFhz4 {
	width: 100%;
	height: 61px;
	clear: both;
	display: block;
overflow:hidden;
	position: relative;
	margin-bottom: 9px;
	background:url("balken_menue.jpg") scroll left top;
background-repeat: repeat-y;
}

.Plistcontainer {
	float: left;
	height: 85px;
	width: 100%;

}
.PlistFhzprice {
	width: 100%;
	padding-left: 0px;
	font-weight: bold;
	 padding-top:7px


}
.PlistModell {
	width: 100%;
	font-weight: bold;
	padding-left: 0px;
	overflow: hidden;
	height: 12px;
}
.Plistez {
	padding-left: 0px;
	width: 100%;
	font-weight: normal;
	
	
}
.Plistkm {
	padding-left: 0px;
	width: 100%;
	font-weight: normal;

}
*/

/* Teaserliste*/

/*

#lprklist {
	clear: both;
	color:#333333;
	font-family:Arial,sans-serif;
font-size:11px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
line-height:12px;

}
.lPlistFhzpic {
	position: absolute;
	left: 0px;
	width: 57px;
	height: 80px;
	float: left;
	margin-left:5px;
}
.lPlistFhz {
	width: 100%;
	height: 84px;
	clear: both;
	display: block;
overflow:hidden;
	position: relative;
	margin-bottom: 9px;
}

.lPlistcontainer {
	float: left;
	height: 80px;
	width: 100%;
margin-top:6px;
margin-left:4px;

}
.lPlistFhzprice {
	width: 100%;
	padding-left: 115px;
	font-weight: normal;
}

.lPlistFhzprice img {
	padding-left:2px;
	vertical-align:middle;
}

.lPlistModell {
	width: 100%;
	font-weight: bold;
	padding-left: 115px;
	overflow: hidden;
	height: 12px;
}
.lPlistez {
	padding-left: 115px;
	width: 100%;
	font-weight: normal;
	
}
.lPlistkm {
	padding-left: 115px;
	width: 100%;
	font-weight: normal;
}

*/

